home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- repeat with i = 1 to 14
- set the puppet of sprite 23 to 1
- set the locV of sprite 23 to the locV of sprite 23 + i
- set the puppet of sprite 24 to 1
- set the locV of sprite 24 to the locV of sprite 24 + i
- set the puppet of sprite 25 to 1
- set the locV of sprite 25 to the locV of sprite 25 + i
- set the puppet of sprite 26 to 1
- set the locV of sprite 26 to the locV of sprite 26 + i
- set the puppet of sprite 27 to 1
- set the locV of sprite 27 to the locV of sprite 27 + i
- set the puppet of sprite 28 to 1
- set the locV of sprite 28 to the locV of sprite 28 + i
- updateStage()
- end repeat
- set the titleVisible of window "SAIR" to 0
- open(window "SAIR")
- end
-